home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
comm
/
mail
/
PPCuucoders.lha
/
PPCuucoders
/
smakefile
< prev
next >
Wrap
Makefile
|
1998-02-07
|
342b
|
18 lines
uu: uuencode.elf uudecode.elf
uuencode.elf: uuencode.o
ppc-amigaos-ld -r lib:c_ppc.o uuencode.o LIB:scppc.a lib:end.o -o uuencode.elf
uuencode.o: uuencode.c
SCPPC uuencode.c
uudecode.elf: uudecode.o
ppc-amigaos-ld -r lib:c_ppc.o uudecode.o LIB:scppc.a lib:end.o -o uudecode.elf
uudecode.o: uudecode.c
SCPPC uudecode.c